home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / hardware / fda_demo / install_fda < prev    next >
Text File  |  1999-05-17  |  21KB  |  979 lines

  1. ;============================================================================;
  2. ;=  $VER: 1.4 Future Drive Accelerator Installscript by Martin Tauchmann    =;
  3. ;============================================================================;
  4.  
  5. ;C:WBStarter Devel:FDA_link/FDA_Demo/Install-FDA.deutsch
  6.  
  7. (set #Ver ("1.4"))
  8.  
  9. ;================================= ENGLISH ==================================;
  10.  
  11. (set #bad-kick "You must be using Kickstart 2.04+ to use FDA!")
  12.  
  13. (set #install-start
  14.     (cat
  15.         "\nWelcome to Future Drive Accelerator V"#Ver" installation utility.\n\n"
  16.         "Written and performed by Martin Tauchmann\n\n"
  17.         "The newest fdaupdate.lha can be found at HTTP://MartinTauchmann.home.pages.de"
  18.     )
  19. )
  20.  
  21. (set #where-FDA "Where would you like to install FDA and FDAView?\nI will not create a directory.\nAn installation to the \"SYS:WBStartup\" Drawer, is later possible.")
  22.  
  23. (set #where-FDA-help
  24.     (cat
  25.         "This is the destination directory of FDA and FDAView."
  26.         " SYS:System is a good place"
  27.     )
  28. )
  29.  
  30. (set #install-select
  31.     (cat
  32.         "Please select the different parts of FDA that you"
  33.         " would like to install:"
  34.     )
  35. )
  36.  
  37. (set #install-select-help
  38.     (cat
  39.            "Future Drive Accelerator :\n"
  40.            "\n"
  41.            "ca. 32 KB\n"
  42.            "\n"
  43.            "\n"
  44.            "Future Drive Accelerator Guide, HTMl, DVI, PS, texi :\n"
  45.            " with Statistic-Program"
  46.            "\n"
  47.            "ca. 270 KB\n"
  48.            "\n"
  49.            "\n"
  50.            "Future Drive Accelerator Preferences :\n"
  51.            "\n"
  52.            "ca. 40 KB\n"
  53.            "\n"
  54.            "\n"
  55.            "Future Drive Accelerator Viewer :\n"
  56.            "\n"
  57.            "ca. 22 KB\n"
  58.     )
  59. )
  60.  
  61. (set #item-FDA "FDA Program")
  62. (set #item-doc "Future Drive Accelerator Documentation")
  63. (set #item-FDAprefs "Future Drive Accelerator Preferences")
  64. (set #item-FDAView "Future Drive Accelerator Viewer")
  65.  
  66.  
  67. (set #which-CPU
  68.     (cat
  69.         "Choose the FDA Processor-Version you would like installed.\n"
  70.         "This Amiga is running with a MC " (DATABASE "cpu")
  71.     )
  72. )
  73.  
  74. (set #where-doc "Where would you like to install the Guide and the Statistics? I create a Directory `FDAdoc´")
  75.  
  76. (set #where-FDAprefs "Where would you like to install FDA Preferences editor?")
  77.  
  78. (set #where-FDAprefs-help
  79.     (cat
  80.         "This is the destination directory of FDA Preferences editor."
  81.         " Normally ALL preferences editors are in SYS:Prefs !"
  82.     )
  83. )
  84.  
  85.  
  86. (set #doc-select-Lang
  87.     (cat
  88.         "Choose the language of the documentation"
  89.         " you would like installed.\n"
  90.     )
  91. )
  92.  
  93. (set #doc-select
  94.     (cat
  95.         "Choose the format of the documentation"
  96.         " you would like installed.\n"
  97.     )
  98. )
  99.  
  100. (set #doc-select-help
  101.     (cat
  102.         "Guide :\n"
  103.         "Need MultiView or AmigaGuide.\n"
  104.         "\n"
  105.         "DVI (TeX) : (only in extra-archive)\n"
  106.         "Need ShowDVI from example: PasTeX.\n"
  107.         "\n"
  108.         "PostScript : (only in extra-archive)\n"
  109.         "Need HWG-Post or Ghostscript to read it online,\n"
  110.         "or an PostScript Printer.\n"
  111.         "\n"
  112.         "HTML :\n"
  113.         "Need an WWW-Browser exaples: AmiWeb, Visage, IBrowse, Lynx.\n"
  114.         "\n"
  115.         "TeXinfo : (only in extra-archive)\n"
  116.         "Need texinfo from GeekGadget, only neccesery for translations.\n"
  117.     )
  118. )
  119.  
  120.  
  121. (set #installType-select
  122.     "How should Future Drive Accelerator started at booting?"
  123. )
  124. (set #installType-select-help
  125.     (cat
  126.         "Startup-Sequence:\n"
  127.         "You are able to to it self.\n"
  128.         "=>Started at earlierst.\n"
  129.         "\n"
  130.         "User-Startup:\n"
  131.         "will be automatically do nearly on all systems.\n"
  132.         "=>Started at second earlierst.\n"
  133.         "\n"
  134.         "WBStartup:\n"
  135.         "Can`t go anything wrong.\n"
  136.         "=>Will only be started if the booting is finished.\n"
  137.         "=>An HardLink spares diskspace.\n"
  138.         "=>The file seems to be exists double.\n"
  139.     )
  140. )
  141. (set #install-end1
  142.     "Type in `S:Startup-Seuence` after SetPatch, SaferPatches, PoolMem.\n\n"
  143. )
  144. (set #install-end2
  145.     "\n"
  146. )
  147.  
  148. (set #install-Pref-Cancel
  149.     "Please configure Future Drive Accelerator, before you are using it."
  150. )
  151.  
  152. (set #install-EndMsg
  153.     "Please install the fastest `CopyMemQuick` replacement, istead of the `MCP-CopyMemQuick` replacement.\nRead the Chapter `Speed up` in the Documentation."
  154. )
  155.  
  156.  
  157. (set #patch1_1 (cat "\n\nNow, patching file `"))         ;Dateiname wird eingefügt
  158. (set #patch1_2 (cat "`\nto the MC68000 Version."))
  159.  
  160. (set #ErrorMsg1_1 (cat "\n\nError while patching file `"))       ;Dateiname wird eingefügt
  161. (set #ErrorMsg1_2 (cat "`\n."
  162.                "\n\n\ncase 1 file not located,\n"
  163.                "case 2 its alright the "))        ;Neue Version wird eingefügt
  164.  
  165.  
  166.  
  167. ;===[ German Documentation ]=================================================
  168.  
  169. (if (= @language "deutsch")
  170.  (
  171. (set #bad-kick "Man benötigt Kickstart 2.04 oder höher, um FDA benutzen zu können!")
  172.  
  173. (set #install-start
  174.     (cat
  175.         "\nWillkommen zur Future Drive Accelerator V"#Ver" Installation.\n\n"
  176.         "Geschrieben von Martin Tauchmann\n\n"
  177.         "Das neuste fdaupdate.lha ist bei HTTP://MartinTauchmann.home.pages.de ausfindig zu machen."
  178.     )
  179. )
  180.  
  181. (set #where-FDA "Wohin möchtest Du FDA und FDAView installieren?\nIch werde kein Verzeichniss erstellen.\nEine installation in das \"SYS:WBStartup\" Verzeichniss ist noch später möglich.")
  182.  
  183. (set #where-FDA-help
  184.     (cat
  185.         "Dies ist das Zielverzeichnis vom FDA und FDAView."
  186.         " SYS:System ist ein guter Platz."
  187.     )
  188. )
  189.  
  190. (set #install-select
  191.     (cat
  192.         "Bitte wähle die einzelnen Teile des FDA aus, die"
  193.         " Du installieren möchtest:"
  194.     )
  195. )
  196.  
  197. (set #install-select-help
  198.     (cat
  199.            "Future Drive Accelerator :\n"
  200.            "\n"
  201.            "ca. 32 KB\n"
  202.            "\n"
  203.            "\n"
  204.            "Future Drive Accelerator Guide, HTMl, DVI, PS, texi :\n"
  205.            " mit Statistik-Programm"
  206.            "\n"
  207.            "ca. 270 KB\n"
  208.            "\n"
  209.            "\n"
  210.            "Future Drive Accelerator Preferences :\n"
  211.            "\n"
  212.            "ca. 40 KB\n"
  213.            "\n"
  214.            "\n"
  215.            "Future Drive Accelerator Viewer :\n"
  216.            "\n"
  217.            "ca. 22 KB\n"
  218.     )
  219. )
  220.  
  221. (set #item-FDA "FDA Programm")
  222. (set #item-doc "Future Drive Accelerator Dokumentation")
  223. (set #item-FDAprefs "Future Drive Accelerator Preferences")
  224. (set #item-FDAView "Future Drive Accelerator Viewer")
  225.  
  226. (set #which-CPU
  227.     (cat
  228.         "Wähle die FDA Prozessor-Version aus, die Du gerne installieren möchtest.\n"
  229.         "Dieser Amiga läuft mit einem MC " (DATABASE "cpu")
  230.     )
  231. )
  232.  
  233. (set #where-doc "Wohin möchtest Du die Dokumentation und die Statistiken installieren? Ich erstelle ein Verzeichniss `FDAdoc´")
  234.  
  235. (set #where-FDAprefs "Wohin möchtest Du den FDA Voreinsteller installieren?")
  236.  
  237. (set #where-FDAprefs-help
  238.     (cat
  239.         "Dies ist das Zielverzeichnis des FDA Voreinstellers."
  240.         " Normalerweise sind alle Voreinstellungsprogramme im SYS:Prefs."
  241.     )
  242. )
  243.  
  244.  
  245. (set #doc-select-Lang
  246.     (cat
  247.         "Bitte wähle ein Spache der Dokumentation aus, die"
  248.         " Du installieren möchtest:"
  249.     )
  250. )
  251.  
  252. (set #doc-select
  253.     (cat
  254.         "Bitte wähle das Format der Dokumentation aus, die"
  255.         " Du installieren möchtest:"
  256.     )
  257. )
  258.  
  259. (set #doc-select-help
  260.     (cat
  261.         "Guide :\n"
  262.         "Brauch MultiView oder AmigaGuide.\n"
  263.         "\n"
  264.         "DVI (TeX) : (nur im Extra-Archive)\n"
  265.         "Brauch ShowDVI von z.B. PasTeX.\n"
  266.         "\n"
  267.         "PostScript : (nur im Extra-Archive)\n"
  268.         "Brauch HWG-Post oder Ghostscript zum online lesen,\n"
  269.         "oder einen PostScript Drucker.\n"
  270.         "\n"
  271.         "HTML :\n"
  272.         "Brauch einen WWW-Browser z.B. AmiWeb, Visage, IBrowse, Lynx.\n"
  273.         "\n"
  274.         "TeXinfo : (nur im Extra-Archive)\n"
  275.         "Brauch texinfo von GeekGadget, nur zum Übersetzen nötig.\n"
  276.     )
  277. )
  278.  
  279.  
  280. (set #installType-select
  281.     "Wie soll Future Drive Accelerator beim booten gestartet werden?"
  282. )
  283. (set #installType-select-help
  284.     (cat
  285.         "Startup-Sequence:\n"
  286.         "Darf manuell gemacht werden.\n"
  287.         "=>Wird am frühesten gestartet.\n"
  288.         "\n"
  289.         "User-Startup:\n"
  290.         "Wird bei fast allen Systemen automatisch gemacht.\n"
  291.         "=>Wird am zweit frühesten gestartet.\n"
  292.         "\n"
  293.         "WBStartup:\n"
  294.         "Kann nichts schief gehen.\n"
  295.         "=>Wird erst bei Beedigung des booten gestartet.\n"
  296.         "=>Ein HardLink spart Speicherplatz.\n"
  297.         "=>Die Datei ist scheinbar doppelt vorhanden.\n"
  298.     )
  299. )
  300.  
  301. (set #install-end1
  302.     "Nun darfst Du in die `S:Startup-Seuence` nach SetPatch, SaferPatches, PoolMem.\n\n"
  303. )
  304. (set #install-end2
  305.     "eintippen.\n\n"
  306. )
  307.  
  308. (set #install-Pref-Cancel
  309.     "Bitte erst Future Drive Accelerator einstellen vor der Benutzung."
  310. )
  311.  
  312. (set #install-EndMsg
  313.     "Bitte intallieren Sie den schnellsten `CopyMemQuick` Ersatz, statt dem `MCP-CopyMemQuick` Ersatz.\nLesen Sie das Kapitel `Speed up` in der Dokumentation."
  314. )
  315.  
  316.  
  317. (set #patch1_1 (cat "\n\nJetzt wird die Datei `"))           ;Dateiname wird eingefügt
  318. (set #patch1_2 (cat "`\nfür den MC68000 prepariert."))
  319.  
  320. (set